@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
body {
  margin: 0px;
  padding: 0px;
  font-family: '微软雅黑';
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #ca0915;
  text-decoration: none;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
* 编辑器表格设置
* table
{border-collapse:collapse; border-spacing:0;}
table tr td
{padding:0px;}
*/
#thePageInfo {
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 4px 8px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 4px 8px;
  color: #fff;
  font-style: normal;
  background: #ae0f19;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
@media (max-width: 768px) {
  #thePageInfo span {
    display: none;
  }
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 65px;
  height: auto;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  height: auto;
  position: relative;
}
#rightPiaoFu .content .item {
  width: 65px;
  height: 100px;
  border-bottom: solid 1px #DDDDDD;
  position: relative;
  transition: 0.1s;
  border: solid 1px #D60C18;
}
#rightPiaoFu .content .item .img {
  text-align: center;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#rightPiaoFu .content .item .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#rightPiaoFu .content .item .title {
  text-align: center;
  color: #FFFFFF;
}
#rightPiaoFu .content .item .obj {
  display: none;
  width: 40px;
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  height: 130px;
  border: solid 1px #d60c18;
  border-right: none;
  transition: all 0.1s;
  opacity: 0;
}
#rightPiaoFu .content .item .obj .d1 {
  margin-bottom: 5px;
  padding-left: 46px;
  background-image: url(../Images/s65.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  line-height: 56px;
  border-bottom: solid 1px #DDDDDD;
}
#rightPiaoFu .content .item .obj .d2 {
  text-align: center;
  line-height: 20px;
}
#rightPiaoFu .content .gotop {
  height: 42px;
  background-image: url(../Images/s64.png);
  background-position: center center;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
#rightPiaoFu .content .item:hover {
  background-color: #f3f3f3;
  width: 70px;
  left: -5px;
}
#rightPiaoFu .content .item:hover .obj {
  left: -120px;
  top: -1px;
  width: 120px;
  opacity: 1;
  display: block;
}
#rightPiaoFu .content .item:hover .title {
  color: #D60C18;
}
#rightPiaoFu .content .qq .img {
  background-image: url(../Images/s58.png);
}
#rightPiaoFu .content .qq:hover .img {
  background-image: url(../Images/s59.png);
}
#rightPiaoFu .content .kefu .img {
  background-image: url(../Images/s60.png);
}
#rightPiaoFu .content .kefu:hover {
  width: 65px;
  left: 0;
}
#rightPiaoFu .content .kefu:hover .img {
  background-image: url(../Images/s61.png);
}
#rightPiaoFu .content .tel .img {
  transition: all 0.3s;
}
#rightPiaoFu .content .tel .obj {
  height: 100px;
}
#rightPiaoFu .content .tel .obj .d2 {
  padding: 20px 0 0 20px;
  text-align: left;
}
@media (max-width: 768px) {
  #rightPiaoFu {
    display: none;
  }
}
#bottomNavHeight {
  height: 50px;
  display: none;
}
@media (max-width: 768px) {
  #bottomNavHeight {
    display: block;
  }
}
#bottomNav {
  display: none;
}
@media (max-width: 768px) {
  #bottomNav {
    display: block;
    text-align: center;
    height: 50px;
    background-color: #464646;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  #bottomNav .item {
    width: 33.33%;
    position: relative;
    float: left;
    height: 50px;
    border-left: solid 1px #EBEBEB;
  }
  #bottomNav .item .img {
    float: left;
    margin-left: 10px;
    width: 30px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 20px;
  }
  #bottomNav .item .name {
    float: left;
    font-size: 15px;
    line-height: 50px;
    color: #FFFFFF;
  }
  #bottomNav .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
/*结构*/
#top {
  position: relative;
  height: 0;
  z-index: 10000;
}
#top .top_contianer {
  position: relative;
  height: 145px;
  background: rgba(255, 255, 255, 0.8);
}
#top .head {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  position: relative;
}
#top .head .logo {
  width: 465px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}
#top .head .logo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top .head .rdata {
  width: 400px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 10px;
  text-align: right;
}
#top .head .rdata .r1 {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}
#top .head .rdata .r1 a {
  color: #7b7b7b;
  display: inline-block;
  background: url(../Images/s2.png) right center no-repeat;
  padding: 0 10px;
}
#top .head .rdata .r1 .b {
  color: #ff0000;
  font-weight: bold;
}
#top .head .rdata .r1 a:nth-last-child(1) {
  background: none;
}
#top .head .rdata .r2 {
  font-size: 18px;
  line-height: 50px;
  color: #ca0915;
  font-weight: bold;
  display: inline-block;
}
#top .head .rdata .r2 a {
  padding-left: 25px;
  background: url(../Images/s3.png) left center no-repeat;
  color: #ca0915;
  text-decoration: none;
}
#top .head .rdata .r3 {
  font-size: 14px;
  line-height: 30px;
  display: inline-block;
}
#top .head .rdata .r3 a {
  color: #7b7b7b;
  padding: 0 10px;
  display: inline-block;
  background: url(../Images/s2.png) right center no-repeat;
}
#top .head .m_btn {
  line-height: 60px;
  font-size: 20px;
  color: #ca0915;
  display: none;
  position: absolute;
  right: 10px;
  top: 0;
  padding: 0 20px;
  background: url(../Images/s5.png) right center / auto 12px no-repeat;
}
#top .menu {
  border-bottom: solid 1px #ca0915;
  border-top: solid 1px #DDDDDD;
  height: 54px;
}
#top .menu .content {
  width: 1200px;
  height: 54px;
  margin: 0 auto;
  line-height: 53px;
  position: relative;
}
#top .menu .content ul {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
}
#top .menu .content ul li {
  width: 150px;
  height: 53px;
  float: left;
  background-image: url(../Images/s2.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#top .menu .content ul li a {
  text-decoration: none;
}
#top .menu .content ul .onfocus {
  background-color: #ca0915;
  background-image: url(../Images/menuIcon.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#top .menu .content ul .onfocus a {
  color: #FFFFFF;
}
#top .menu .content ul .onfocus1 {
  background-color: #ca0915;
  background-image: url(../Images/menuIcon.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#top .menu .content ul .onfocus1 a {
  color: #FFFFFF;
}
#top .menu .content .search {
  width: 280px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 8px;
  background-color: #f1f1f1;
  border-radius: 4px;
}
#top .menu .content .search input {
  width: 240px;
  height: 36px;
  line-height: normal;
  background: none;
  outline: none;
  border: none;
  text-indent: 10px;
  position: relative;
  top: -8px;
}
#top .menu .content .search span {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: url(../Images/s4.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
#top .menuGroup {
  position: absolute;
  left: 0;
  top: 145px;
  width: 100%;
  z-index: 10000;
  display: block;
  background-image: url(../Images/s73.png);
}
#top .menuGroup .group {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 30px 0;
  display: none;
}
#top .menuGroup .group .item {
  padding: 0 25px;
  float: left;
  border-right: dashed 1px #9e9e9e;
  width: 250px;
  height: 285px;
  position: relative;
}
#top .menuGroup .group .item .sortname {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 36px;
}
#top .menuGroup .group .item ul {
  margin-top: 10px;
}
#top .menuGroup .group .item ul li {
  padding-left: 15px;
  background: url(../Images/s12.png) left center no-repeat;
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
#top .menuGroup .group .item ul li a {
  color: #9e9e9e;
}
#top .menuGroup .group .item ul li a:hover {
  color: #ffffff;
}
#top .menuGroup .group .item:nth-child(1) {
  border-left: dashed 1px #9e9e9e;
}
#top .menuGroup .group .item:nth-child(5n+1) {
  border-left: dashed 1px #9e9e9e;
}
#top .menuGroup .group .colum {
  width: 425px;
}
#top .menuGroup .group .colum ul li {
  width: 156px;
  height: 28px;
  overflow: hidden;
  float: left;
}
#top .menuGroup .group .colum ul li:nth-child(2n) {
  float: right;
}
#top .menuGroup .group .colum .more {
  position: absolute;
  right: 110px;
  bottom: 10px;
}
#top .menuGroup .group .colum .more a {
  font-size: 14px;
  line-height: 2;
  color: #9e9e9e;
}
#top .menuGroup .group .fa {
  width: 240px;
}
#top .menuGroup .group .fa .more {
  margin-top: 10px;
}
#top .menuGroup .group .fa .more a {
  font-size: 14px;
  line-height: 2;
  color: #9e9e9e;
}
#top .menuGroup .group .yewu {
  width: 380px;
}
#top .menuGroup .group .yewu .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #e2e2e2;
  margin-top: 10px;
}
#top .menuGroup .group .yewu .left {
  float: left;
  width: 140px;
}
#top .menuGroup .group .yewu .right {
  float: right;
  width: 140px;
}
#top .menuGroup .group .yewu .more {
  margin-top: 10px;
}
#top .menuGroup .group .yewu .more a {
  font-size: 14px;
  line-height: 2;
  color: #9e9e9e;
}
#top .menuGroup .group .icon {
  width: 240px;
  position: relative;
  height: 160px;
}
#top .menuGroup .group .icon .img {
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}
#top .menuGroup .group .icon .name {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #e2e0e0;
}
#top .menuGroup .group .icon .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top .menuGroup .group .moresort {
  position: absolute;
  right: -50px;
  bottom: 30px;
  color: #9e9e9e;
  font-size: 16px;
}
#top .menuGroup:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #top {
    height: auto;
  }
  #top .top_contianer {
    height: auto;
  }
  #top .head {
    width: 100%;
  }
  #top .menu .content {
    width: 100%;
  }
  #top .menu .content ul {
    font-size: 14px;
    width: 100%;
  }
  #top .menu .content ul li {
    display: inline-block;
    width: 120px;
    height: 54px;
  }
  #top .menu .content .search {
    display: none;
  }
  #top .menuGroup {
    display: none;
  }
}
@media (max-width: 768px) {
  #top {
    height: 0;
  }
  #top .top_contianer {
    height: auto;
    background: rgba(255, 255, 255, 0.6);
  }
  #top .head {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #ca0915;
  }
  #top .head .logo {
    height: 60px;
    background-size: auto 35px;
    left: 10px;
    width: 240px;
  }
  #top .head .rdata {
    display: none;
  }
  #top .head .m_btn {
    display: block;
  }
  #top .menu {
    display: none;
  }
  #top .menuGroup {
    display: none;
  }
}
#mobileMenuList {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#mobileMenuList .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#mobileMenuList ul {
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%;
  top: 0;
}
#mobileMenuList ul li {
  line-height: 3;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
#mobileMenuList ul li a {
  color: #FFFFFF;
}
#homeBanner {
  height: 745px;
  overflow: hidden;
  z-index: 100;
  clear: both;
}
#homeBanner .swiper-wrapper .swiper-slide {
  height: 745px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}
#homeBanner .swiper-wrapper .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#homeBanner .swiper-pagination {
  height: 20px;
  position: relative;
  top: -30px;
  text-align: center;
}
#homeBanner .swiper-pagination span {
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border-radius: 50px;
  opacity: 1;
  display: inline-block;
  margin: 0 3px;
}
#homeBanner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ca0915;
}
#homeBanner .swiper-pagination .swiper-active-switch {
  opacity: 1;
  background-color: #ca0915;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #homeBanner {
    height: 520px;
  }
  #homeBanner .swiper-wrapper .swiper-slide {
    height: 520px;
    background-size: 100% 520px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #homeBanner {
    height: 400px;
  }
  #homeBanner .swiper-wrapper .swiper-slide {
    height: 400px;
    background-size: 100% 400px;
  }
}
@media (max-width: 768px) {
  #homeBanner {
    height: 210px;
  }
  #homeBanner .swiper-wrapper .swiper-slide {
    height: 210px;
    background-size: 124% 210px;
  }
}
#nyBanner {
  height: 490px;
  overflow: hidden;
}
#nyBanner .swiper-wrapper .swiper-slide {
  height: 490px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}
#nyBanner .swiper-wrapper .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#nyBanner .swiper-pagination {
  height: 20px;
  position: relative;
  top: -30px;
  text-align: center;
}
#nyBanner .swiper-pagination span {
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border-radius: 50px;
  opacity: 1;
  display: inline-block;
  margin: 0 3px;
}
#nyBanner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ca0915;
}
#nyBanner .swiper-pagination .swiper-active-switch {
  opacity: 1;
  background-color: #ca0915;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #nyBanner {
    height: 300px;
  }
  #nyBanner .swiper-wrapper .swiper-slide {
    height: 300px;
    background-size: 100% 300px;
  }
}
@media (max-width: 768px) {
  #nyBanner {
    height: 180px;
  }
  #nyBanner .swiper-wrapper .swiper-slide {
    height: 180px;
    background-size: 140% 100%;
  }
}
#homeService {
  height: auto;
  margin-top: 30px;
}
#homeService .one {
  height: 320px;
  background-image: url(../Images/s6.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1920px 412px;
}
#homeService .one .container .item {
  height: 320px;
  overflow: hidden;
}
#homeService .one .container .item .name {
  padding-left: 75px;
  font-size: 19px;
  color: #e41313;
  margin-top: 110px;
  text-align: left;
  transition: all 0.5s;
  cursor: pointer;
}
#homeService .one .container .item .name span {
  transition: all 0.5s;
  width: 74px;
  height: 86px;
  display: inline-block;
  text-align: center;
  color: #e41313;
  line-height: 80px;
  font-size: 26px;
  margin-right: 10px;
  background-image: url(../Images/n02.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#homeService .one .container .item .text {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 20px 0;
  padding: 0 20px;
  opacity: 0;
  display: none;
}
#homeService .one .container .item:hover {
  background-image: url(../Images/s57.png);
  background: rgba(0, 0, 0, 0.5);
}
#homeService .one .container .item:hover .name {
  margin-top: 40px;
  color: #FFFFFF;
}
#homeService .one .container .item:hover .name span {
  background-image: url(../Images/n01.png);
  color: #FFFFFF;
}
#homeService .one .container .item:hover .text {
  opacity: 1;
  display: block;
}
#homeService .one .container .item:nth-child(2) .name span {
  background-image: url(../Images/n04.png);
}
#homeService .one .container .item:nth-child(2):hover .name span {
  background-image: url(../Images/n03.png);
}
#homeService .one .container .item:nth-child(3) .name span {
  background-image: url(../Images/n06.png);
}
#homeService .one .container .item:nth-child(3):hover .name span {
  background-image: url(../Images/n05.png);
}
#index2 {
  padding-bottom: 55px;
}
#index2 .sortname {
  text-align: center;
  line-height: 90px;
  font-size: 26px;
  margin-top: 20px;
  background: url(../Images/s10.png) center center no-repeat;
}
#index2 .jianjie {
  text-align: center;
}
#index2 .row .item {
  background: url(../pic/1.png) center no-repeat;
  background-size: 100% auto;
  background-clip: content-box;
  text-align: center;
  height: 230px;
  margin-top: 30px;
}
#index2 .row .item .a1 {
  margin-top: 64px;
  height: 82px;
}
#index2 .row .item .a1 .b2 {
  display: none;
}
#index2 .row .item .a2 {
  height: 36px;
  font-size: 19px;
  color: #333333;
}
#index2 .row .item .a3 {
  display: none;
}
#index2 .row .item:hover {
  background: url(../pic/2.png) center no-repeat;
  background-size: 100% auto;
  background-clip: content-box;
}
#index2 .row .item:hover .a1 {
  margin-top: 40px;
}
#index2 .row .item:hover .a1 .b1 {
  display: none;
}
#index2 .row .item:hover .a1 .b2 {
  display: inline-block;
}
#index2 .row .item:hover .a2 {
  color: #ffffff;
}
#index2 .row .item:hover .a3 {
  display: block;
  color: #ffffff;
}
@media (max-width: 768px) {
  #index2 {
    padding: 0 10px;
    padding-bottom: 25px;
  }
  #index2 .sortname {
    text-align: center;
    line-height: 90px;
    font-size: 24px;
    background: url(../Images/s10.png) center center no-repeat;
  }
  #index2 .jianjie {
    text-align: center;
  }
  #index2 .row .item {
    background: url(../pic/1.png) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin: 10px 0;
    padding: 20px 0px;
    height: auto;
  }
  #index2 .row .item .a1 {
    margin-top: 0px;
    height: 82px;
  }
  #index2 .row .item .a1 .b2 {
    display: none;
  }
  #index2 .row .item .a2 {
    height: 36px;
    font-size: 17px;
    color: #333333;
  }
  #index2 .row .item .a3 {
    display: none;
  }
  #index2 .row .item:hover {
    background: url(../pic/2.png) center no-repeat;
    background-size: 100% 100%;
  }
  #index2 .row .item:hover .a1 {
    margin-top: 0;
  }
  #index2 .row .item:hover .a1 .b1 {
    display: none;
  }
  #index2 .row .item:hover .a1 .b2 {
    display: inline-block;
  }
  #index2 .row .item:hover .a2 {
    color: #ffffff;
  }
  #index2 .row .item:hover .a3 {
    display: none;
  }
}
#homeService .two {
  height: 250px;
  background-image: url(../Images/s7.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#homeService .two .container .sortname {
  text-align: center;
  line-height: 90px;
  font-size: 26px;
  margin-top: 20px;
  background: url(../Images/s10.png) center center no-repeat;
}
#homeService .two .container .row {
  text-align: left;
  margin: 0;
}
#homeService .two .container .row .item {
  line-height: 84px;
  font-size: 19px;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s;
  padding-left: 90px;
}
#homeService .two .container .row .item img {
  margin-right: 20px;
}
@media (min-width: 1200px) {
  #homeService .two .container .row .item:hover {
    color: #e41313;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #homeService .one {
    height: 340px;
  }
  #homeService .one .container .item {
    height: 340px;
    padding: 0;
  }
  #homeService .one .container .item .name {
    font-size: 16px;
    margin-top: 100px;
    padding-left: 30px;
  }
  #homeService .one .container .item .name span {
    width: 60px;
    height: 70px;
    background-size: auto 100%;
  }
  #homeService .one .container .item .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  #homeService .two .container .row .item {
    padding-left: 30px;
    font-size: 16px;
  }
  #homeService .two .container .row .item img {
    width: 60px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  #homeService {
    height: auto;
    margin: 15px 0;
  }
  #homeService .one {
    height: 240px;
  }
  #homeService .one .container .item {
    height: 240px;
    padding: 0;
    text-align: center;
  }
  #homeService .one .container .item .name {
    font-size: 16px;
    margin-top: 50px;
    text-align: center;
    padding: 0;
  }
  #homeService .one .container .item .name span {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
    width: 50px;
    background-size: 50px auto;
    font-size: 20px;
  }
  #homeService .one .container .item .text {
    margin: 10px 0;
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #homeService .one .container .item:hover .name {
    margin-top: 50px;
  }
  #homeService .one .container .item:hover .text {
    display: none;
  }
  #homeService .two .container .sortname {
    font-size: 24px;
    margin-top: 0;
  }
  #homeService .two .container .row .item {
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 16px;
  }
  #homeService .two .container .row .item img {
    display: block;
    margin: 0 auto 0;
    width: 50px;
  }
}
#homeNews {
  margin-top: 50px;
}
#homeNews .sortname {
  text-align: center;
}
#homeNews .sortname .item {
  border-bottom: solid 1px #DDDDDD;
  line-height: 70px;
  font-size: 26px;
  cursor: pointer;
}
#homeNews .sortname .item span {
  padding: 0 25px;
  background: url(../Images/s12.png) left center no-repeat, url(../Images/s12.png) right center no-repeat;
  transition: all 0.3s;
}
#homeNews .sortname .item .onfocus {
  background: url(../Images/s13.png) left center no-repeat, url(../Images/s13.png) right center no-repeat;
  color: #cc0000;
}
#homeNews .datalist {
  margin: 40px 0;
}
#homeNews .datalist .list {
  display: none;
}
#homeNews .datalist .list .left {
  width: 50%;
  float: left;
}
#homeNews .datalist .list .left .img {
  position: relative;
}
#homeNews .datalist .list .left .img img {
  height: 240px;
  width: 485px;
}
#homeNews .datalist .list .left .img .date {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  background-color: rgba(201, 31, 29, 0.8);
  color: #FFFFFF;
  text-align: center;
}
#homeNews .datalist .list .left .img .date .d {
  font-size: 25px;
  line-height: 40px;
}
#homeNews .datalist .list .left .title {
  font-size: 18px;
  line-height: 2;
  padding: 5px 0;
}
#homeNews .datalist .list .left .title a {
  color: #c9201e;
  text-decoration: none;
}
#homeNews .datalist .list .left .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  display: none;
}
#homeNews .datalist .list .right {
  width: 50%;
  float: left;
}
#homeNews .datalist .list .right ul li {
  font-size: 19px;
  line-height: 30px;
  padding: 5px 0;
  padding-left: 20px;
  background: url(../Images/s12.png) left 5px top 17px / auto 8px no-repeat;
}
#homeNews .datalist .list .right ul li span {
  float: right;
  font-size: 13px;
  color: #373737;
}
#homeNews .datalist .list_show {
  display: block;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #homeNews .datalist .list .left .img img {
    width: 100%;
  }
  #homeNews .datalist .list .left .title {
    font-size: 16px;
  }
  #homeNews .datalist .list .right ul li {
    font-size: 16px;
  }
  #homeNews .datalist .list .right ul li span {
    display: none;
  }
}
@media (max-width: 768px) {
  #homeNews .sortname .item {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
  }
  #homeNews .sortname .item span {
    padding: 0 15px;
  }
  #homeNews .datalist {
    margin: 20px 0;
  }
  #homeNews .datalist .list .left {
    border-bottom: solid 1px #DDDDDD;
    padding-bottom: 0;
    width: 100%;
    float: none;
  }
  #homeNews .datalist .list .left .img img {
    height: auto;
    width: 100%;
  }
  #homeNews .datalist .list .right {
    margin: 0 0;
    width: 100%;
    float: none;
  }
  #homeNews .datalist .list .right ul li {
    font-size: 16px;
  }
  #homeNews .datalist .list .right ul li a {
    display: inline-block;
    width: 65%;
  }
}
#otherService {
  background-color: #eef1f4;
  padding: 35px 0;
}
#otherService .container .sortname {
  text-align: center;
  line-height: 90px;
  font-size: 26px;
  background: url(../Images/s10.png) center center no-repeat;
}
#otherService .container .list {
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
}
#otherService .container .list .item {
  padding-left: 90px;
}
#otherService .container .list .item .img {
  display: inline-block;
}
#otherService .container .list .item .img img {
  width: 74px;
  height: 86px;
}
#otherService .container .list .item .name {
  font-size: 18px;
  line-height: 40px;
  margin: 10px;
  display: inline-block;
}
#otherService .container .list .item .name a {
  text-decoration: none;
}
@media (min-width: 968px) {
  #otherService .container .list .item:hover .name a {
    color: #CC0000;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #otherService {
    padding: 20px 0;
  }
  #otherService .container .list .item {
    padding-left: 30px;
  }
  #otherService .container .list .item .img img {
    width: 60px;
    height: 70px;
  }
  #otherService .container .list .item .name {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #otherService {
    padding: 0 0;
  }
  #otherService .container .sortname {
    font-size: 24px;
  }
  #otherService .container .list {
    width: 100%;
    margin: 0 auto;
  }
  #otherService .container .list .item {
    padding: 0;
    text-align: center;
  }
  #otherService .container .list .item .img {
    display: block;
  }
  #otherService .container .list .item .img img {
    width: 50px;
    height: 58px;
  }
  #otherService .container .list .item .name {
    font-size: 14px;
    display: block;
  }
}
#footer {
  background-color: #ae0f19;
  padding: 30px 0;
}
#footer .container .links {
  width: 33.3%;
}
#footer .container .links select {
  height: 34px;
  width: 80%;
  border-radius: 6px;
  font-size: 16px;
}
#footer .container .links select option {
  font-size: 14px;
}
#footer .container .links .imglinks {
  margin: 10px 0;
}
#footer .container .links .imglinks a {
  width: 120px;
  height: 45px;
  display: inline-block;
  background-color: #FFFFFF;
  background-size: auto 40px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
#footer .container .links .iconlinks {
  margin: 10px 0;
}
#footer .container .links .iconlinks a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#footer .container .links .iconlinks a .img {
  position: absolute;
  left: -45px;
  top: -130px;
  display: none;
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 4px;
}
#footer .container .links .iconlinks a .img img {
  position: relative;
  top: 10px;
}
#footer .container .links .iconlinks a .img span {
  width: 100%;
  height: 10px;
  background-image: url(../Images/s69.png);
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
}
#footer .container .links .iconlinks a:hover .img {
  display: block;
}
#footer .container .data {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 2;
  opacity: 0.8;
  width: 33.3%;
}
#footer .container .data .imglinks {
  margin: 10px 0;
  display: none;
}
#footer .container .data .imglinks a {
  width: 120px;
  height: 60px;
  margin: 5px 0;
  display: inline-block;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #footer .container .links {
    display: none;
  }
  #footer .container .data {
    width: 50%;
  }
  #footer .container .data .imglinks {
    display: block;
  }
}
@media (max-width: 768px) {
  #footer {
    padding: 20px 0;
  }
  #footer .container {
    padding: 0;
  }
  #footer .container .links {
    display: none;
  }
  #footer .container .data {
    font-size: 12px;
    width: 50%;
  }
  #footer .container .data .imglinks {
    display: block;
  }
  #footer .container .data .imglinks a {
    width: 66px;
    height: 50px;
    background-size: auto 40px;
  }
  #footer .container .data a {
    color: #FFFFFF;
  }
}
#copyright {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  padding: 10px 0;
  background-color: #860c14;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  color: #ca0915;
}
#product .group .namerow {
  background-color: #EBEBEB;
}
#product .group .namerow .name {
  line-height: 60px;
  padding: 20px 0;
  font-size: 23px;
  text-align: center;
  background: url(../Images/s10.png) center center no-repeat;
}
#product .group .one {
  height: 360px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}
#product .group .one .black {
  background-image: url(../Images/s57.png);
  background-color: rgba(0, 0, 0, 0.4);
  height: 100px;
  position: relative;
  top: 260px;
}
#product .group .one .black .container .item {
  padding-right: 0;
  transition: all 0.3s;
}
#product .group .one .black .container .item .obj .title {
  line-height: 54px;
  padding: 28px 20px 28px 80px;
  font-size: 18px;
  margin-top: 0;
  transition: all 0.3s;
  position: relative;
}
#product .group .one .black .container .item .obj .title span {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 25px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  background-image: url(../Images/n09.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 64px;
}
#product .group .one .black .container .item .obj .title a {
  transition: all 0.3s;
  color: #FFFFFF;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#product .group .one .black .container .item .obj .title:hover span {
  color: #e41313;
  background-image: url(../Images/n08.png);
}
#product .group .one .black .container .item .obj .title:hover a {
  color: #e41313;
}
#product .group .two {
  margin: 0 auto;
}
#product .group .two .trow {
  margin: 10px 0;
}
#product .group .two .trow span {
  transition: all 0.3s;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
  color: #e41313;
  text-align: center;
  font-weight: bold;
  background-image: url(../Images/n07.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
#product .group .two .trow a {
  font-size: 18px;
  position: relative;
  top: 3px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  #product .group .two .trow:hover span {
    background-image: url(../Images/n08.png);
    background-size: 64px 64px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #product .group .namerow .name {
    padding: 20px 0;
    font-size: 24px;
  }
  #product .group .one {
    height: 280px;
    background-size: auto 280px;
  }
  #product .group .one .black {
    top: 180px;
  }
  #product .group .one .black .container .item {
    padding: 0;
  }
  #product .group .one .black .container .item .obj {
    width: 100%;
  }
  #product .group .one .black .container .item .obj .title {
    padding: 0;
    font-size: 16px;
    padding-left: 50px;
  }
  #product .group .one .black .container .item .obj .title span {
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-size: 40px auto;
    top: 0;
  }
  #product .group .one .black .container .item .obj .title a {
    height: 50px;
    overflow: hidden;
  }
  #product .group .one .black .container .item:nth-child(1) {
    margin-right: 30px;
  }
  #product .group .two {
    margin: 20px auto;
  }
  #product .group .two .trow {
    margin: 10px 0;
    padding: 0;
  }
  #product .group .two .trow span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-size: auto 40px;
  }
  #product .group .two .trow a {
    font-size: 16px;
    display: inline-block;
    width: 68%;
    margin-left: -5px;
  }
}
@media (max-width: 768px) {
  #product .group .namerow .name {
    padding: 10px 0;
    font-size: 20px;
  }
  #product .group .one {
    height: 200px;
    background-size: auto 200px;
  }
  #product .group .one .black {
    top: 100px;
  }
  #product .group .one .black .container .item {
    padding: 0;
  }
  #product .group .one .black .container .item .obj {
    width: 100%;
  }
  #product .group .one .black .container .item .obj .title {
    padding: 0;
    font-size: 14px;
    padding-left: 45px;
    line-height: 50px;
  }
  #product .group .one .black .container .item .obj .title span {
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-size: 40px auto;
    top: 0;
  }
  #product .group .one .black .container .item .obj .title a {
    height: 50px;
    overflow: hidden;
  }
  #product .group .two {
    margin: 20px 0;
  }
  #product .group .two .trow {
    margin: 10px 0;
    padding: 0;
  }
  #product .group .two .trow span {
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-size: auto 40px;
    margin-right: 0;
  }
  #product .group .two .trow a {
    font-size: 14px;
    display: inline-block;
  }
}
#solution .group .namerow {
  background-color: #EBEBEB;
}
#solution .group .namerow .name {
  line-height: 60px;
  padding: 20px 0;
  font-size: 23px;
  text-align: center;
  background: url(../Images/s10.png) center center no-repeat;
}
#solution .group .one {
  height: 360px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}
#solution .group .one .black {
  background-image: url(../Images/s57.png);
  background-color: rgba(0, 0, 0, 0.4);
  height: 100px;
  position: relative;
  top: 260px;
}
#solution .group .one .black .container .item {
  padding-right: 0;
  transition: all 0.3s;
}
#solution .group .one .black .container .item .obj .title {
  line-height: 54px;
  padding: 28px 20px 28px 80px;
  font-size: 18px;
  margin-top: 0;
  transition: all 0.3s;
  position: relative;
}
#solution .group .one .black .container .item .obj .title span {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 25px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  background-image: url(../Images/n09.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 64px;
}
#solution .group .one .black .container .item .obj .title a {
  transition: all 0.3s;
  color: #FFFFFF;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#solution .group .one .black .container .item .obj .title:hover span {
  color: #e41313;
  background-image: url(../Images/n08.png);
}
#solution .group .one .black .container .item .obj .title:hover a {
  color: #e41313;
}
#solution .group .two {
  margin: 0 auto;
}
#solution .group .two .trow {
  margin: 10px 0;
}
#solution .group .two .trow span {
  transition: all 0.3s;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
  color: #e41313;
  text-align: center;
  font-weight: bold;
  background-image: url(../Images/n07.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
#solution .group .two .trow a {
  font-size: 18px;
  position: relative;
  top: 3px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  #solution .group .two .trow:hover span {
    background-image: url(../Images/n08.png);
    background-size: 64px 64px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #solution .group .namerow .name {
    padding: 20px 0;
    font-size: 24px;
  }
  #solution .group .one {
    height: 280px;
    background-size: auto 280px;
  }
  #solution .group .one .black {
    top: 180px;
  }
  #solution .group .one .black .container .item {
    padding: 0;
  }
  #solution .group .one .black .container .item .obj {
    width: 100%;
  }
  #solution .group .one .black .container .item .obj .title {
    padding: 0;
    font-size: 16px;
    padding-left: 50px;
  }
  #solution .group .one .black .container .item .obj .title span {
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-size: 40px auto;
    top: 0;
  }
  #solution .group .one .black .container .item .obj .title a {
    height: 50px;
    overflow: hidden;
  }
  #solution .group .one .black .container .item:nth-child(1) {
    margin-right: 30px;
  }
  #solution .group .two {
    margin: 20px auto;
  }
  #solution .group .two .trow {
    margin: 10px 0;
    padding: 0;
  }
  #solution .group .two .trow span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-size: auto 40px;
  }
  #solution .group .two .trow a {
    font-size: 16px;
    display: inline-block;
    margin-left: -5px;
  }
}
@media (max-width: 768px) {
  #solution .group .namerow .name {
    padding: 10px 0;
    font-size: 20px;
  }
  #solution .group .one {
    height: 200px;
    background-size: auto 200px;
  }
  #solution .group .one .black {
    top: 100px;
  }
  #solution .group .one .black .container .item {
    padding: 0;
  }
  #solution .group .one .black .container .item .obj {
    width: 100%;
  }
  #solution .group .one .black .container .item .obj .title {
    padding: 0;
    font-size: 14px;
    padding-left: 45px;
    line-height: 50px;
  }
  #solution .group .one .black .container .item .obj .title span {
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-size: 40px auto;
    top: 0;
  }
  #solution .group .one .black .container .item .obj .title a {
    height: 50px;
    overflow: hidden;
  }
  #solution .group .two {
    margin: 20px 0;
  }
  #solution .group .two .trow {
    margin: 10px 0;
    padding: 0;
  }
  #solution .group .two .trow span {
    width: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-size: auto 40px;
    margin-right: 0;
  }
  #solution .group .two .trow a {
    font-size: 12px;
    display: inline-block;
  }
}
#certificate .namerow {
  background-image: url(../Images/s29.png);
}
#certificate .namerow .name {
  line-height: 60px;
  padding: 20px 0;
  font-size: 24px;
  text-align: center;
  background: url(../Images/s10.png) center center no-repeat;
}
#certificate .namerow .nav {
  width: 750px;
  margin: 0 auto;
}
#certificate .namerow .nav .item {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
}
#certificate .namerow .nav .item a {
  display: block;
  background-color: #FFFFFF;
  border: solid 1px #e9e9e9;
  text-decoration: none;
  transition: all 0.5s;
}
#certificate .namerow .nav .onfocus a {
  background-image: url(../Images/s31.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  background-size: 100% 100%;
}
@media (min-width: 1200px) {
  #certificate .namerow .nav .item:hover a {
    background-color: #888888;
    background-image: none;
    color: #FFFFFF;
  }
}
#certificate .namerow .tip {
  font-size: 14px;
  line-height: 30px;
  color: #ca0915;
  text-align: center;
  padding: 15px 0;
}
#certificate #service_netword .datalist .sortgroup {
  padding: 50px 0;
}
#certificate #service_netword .datalist .sortgroup .sort {
  display: inline-block;
  width: 120px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  border-radius: 20px;
  border: solid 1px #DDDDDD;
  margin: 5px;
}
#certificate #service_netword .datalist .sortgroup .onfocus {
  background-color: #ca0915;
}
#certificate #service_netword .datalist .sortgroup .onfocus a {
  color: #FFFFFF;
}
#certificate #service_netword .datalist .list {
  padding: 50px 0;
  border-left: solid 1px #DDDDDD;
}
#certificate #service_netword .datalist .list .thisname {
  font-size: 26px;
  padding: 0 30px;
  font-weight: bold;
}
#certificate #service_netword .datalist .list .tip {
  font-size: 14px;
  line-height: 26px;
  color: #e41313;
  padding: 0 30px;
}
#certificate #service_netword .datalist .list ul {
  margin: 30px 0;
}
#certificate #service_netword .datalist .list ul li {
  background-color: #f4f4f4;
  margin: 20px 0;
}
#certificate #service_netword .datalist .list ul li .data {
  padding: 30px 50px;
}
#certificate #service_netword .datalist .list ul li .data .tit {
  font-weight: bold;
  font-size: 15px;
  color: #ca0915;
  line-height: 28px;
}
#certificate #service_netword .datalist .list ul li .data .jianjie {
  font-size: 14px;
  line-height: 2;
  color: #242424;
}
#certificate #service_netword .datalist .list ul li .map {
  height: 100%;
}
@media (max-width: 768px) {
  #certificate .namerow .name {
    padding: 20px 0;
    font-size: 22px;
  }
  #certificate .namerow .nav {
    width: 100%;
  }
  #certificate .namerow .nav .item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #certificate #service_netword .datalist {
    padding: 0;
  }
  #certificate #service_netword .datalist .sortgroup {
    padding: 20px 0;
  }
  #certificate #service_netword .datalist .sortgroup .sort {
    width: 105px;
    line-height: 30px;
    font-size: 14px;
  }
  #certificate #service_netword .datalist .list {
    padding: 20px 0;
    border-left: none;
    border-top: solid 1px #DDDDDD;
  }
  #certificate #service_netword .datalist .list .thisname {
    font-size: 30px;
    padding: 0 10px;
  }
  #certificate #service_netword .datalist .list .tip {
    padding: 0 10px;
  }
  #certificate #service_netword .datalist .list ul li .data {
    padding: 10px;
  }
  #certificate #service_netword .datalist .list ul li .data .jianjie {
    font-size: 12px;
  }
}
#business_guide .one {
  height: 360px;
  background-image: url(../Images/s32.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 410px;
  position: relative;
}
#business_guide .one .con {
  line-height: 120px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../Images/s57.png);
}
#business_guide .one .con .item {
  text-align: left;
  border-right: solid 1px #FFFFFF;
  width: 33%;
}
#business_guide .one .con .item span {
  transition: all 0.3s;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 60px;
  background-image: url(../Images/n21.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #e41313;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#business_guide .one .con .item a {
  color: #FFFFFF;
  font-size: 18px;
  transition: all 0.3s;
  margin-left: 10px;
}
#business_guide .one .con .item:nth-last-child(1) {
  border-right: none;
}
#business_guide .one .con .item:nth-child(2) span {
  background-image: url(../Images/n23.png);
}
#business_guide .one .con .item:nth-child(2):hover span {
  background-image: url(../Images/n24.png);
}
#business_guide .one .con .item:nth-child(3) span {
  background-image: url(../Images/n25.png);
}
#business_guide .one .con .item:nth-child(3):hover span {
  background-image: url(../Images/n26.png);
}
@media (min-width: 1200px) {
  #business_guide .one .con .item:hover span {
    background-image: url(../Images/n22.png);
    color: #FFFFFF;
  }
  #business_guide .one .con .item:hover a {
    color: #e41313;
  }
}
#business_guide .two {
  padding: 20px 0;
}
#business_guide .two .trow {
  margin: 20px 0;
  width: 25%;
}
#business_guide .two .trow span {
  transition: all 0.3s;
  color: #e41313;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  background-image: url(../Images/n07.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-size: auto 100%;
}
#business_guide .two .trow a {
  font-size: 18px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  #business_guide .two .trow:hover span {
    background-image: url(../Images/n08.png);
    color: #e41313;
  }
}
@media (min-width: 968px) {
  #business_guide .two .trow:hover a {
    color: #CC0000;
  }
}
@media (max-width: 768px) {
  #business_guide .one {
    height: 240px;
    background-size: auto 240px;
  }
  #business_guide .one .con {
    line-height: 60px;
    background-image: none;
  }
  #business_guide .one .con .container {
    padding: 0;
  }
  #business_guide .one .con .container .item {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 50%;
  }
  #business_guide .one .con .container .item span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-size: auto 40px;
    margin: 0;
    float: left;
  }
  #business_guide .one .con .container .item a {
    font-size: 14px;
    margin-left: 10px;
    float: left;
    width: 105px;
    line-height: 20px;
  }
  #business_guide .one .con .container .item:nth-child(1) {
    margin-right: 40px;
    border-right: none;
    border-bottom: solid 1px #FFFFFF;
  }
  #business_guide .two .trow {
    margin: 10px 0;
    padding: 0 10px;
    width: 50%;
  }
  #business_guide .two .trow span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #business_guide .two .trow a {
    font-size: 14px;
  }
}
#NewsList .namerow {
  background-image: url(../Images/s29.png);
}
#NewsList .namerow .name {
  line-height: 60px;
  padding: 20px 0;
  font-size: 24px;
  text-align: center;
  background: url(../Images/s10.png) center center no-repeat;
}
#NewsList .list ul li {
  height: 160px;
  background-color: #f6f6f6;
  margin: 30px 0;
  transition: all 0.3s;
}
#NewsList .list ul li .img {
  position: relative;
  padding: 0;
  height: 100%;
}
#NewsList .list ul li .img img {
  width: 100%;
  height: 100%;
}
#NewsList .list ul li .date {
  text-align: center;
  margin-top: 40px;
}
#NewsList .list ul li .date .day {
  font-size: 36px;
  color: #000000;
}
#NewsList .list ul li .date .time {
  font-size: 14px;
  line-height: 26px;
  color: #656565;
}
#NewsList .list ul li .data .title {
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#NewsList .list ul li .data .title a {
  color: #2e2e2e;
}
#NewsList .list ul li .data .jianjie {
  font-size: 14px;
  line-height: 23px;
  color: #6c6b6b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#NewsList .list ul li .data .dtime {
  font-size: 12px;
  color: #999999;
  display: none;
}
@media (min-width: 1200px) {
  #NewsList .list ul li:hover {
    background-color: #fbefef;
  }
  #NewsList .list ul li:hover .data .title a {
    color: #e41313;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #NewsList .list ul li .date {
    display: none;
  }
}
@media (max-width: 768px) {
  #NewsList .namerow .name {
    padding: 10px 0;
    font-size: 22px;
    background: #EBEBEB;
  }
  #NewsList .namerow .nav {
    width: 100%;
  }
  #NewsList .namerow .nav .item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #NewsList .list ul li {
    height: 120px;
    margin: 20px 0;
  }
  #NewsList .list ul li .date {
    display: none;
  }
  #NewsList .list ul li .data .title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
  #NewsList .list ul li .data .jianjie {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
  }
  #NewsList .list ul li .data .dtime {
    display: block;
  }
}
#NewsShow .namerow {
  background-image: url(../Images/s29.png);
}
#NewsShow .namerow .name {
  line-height: 60px;
  padding: 20px 0;
  font-size: 26px;
  text-align: center;
  background: url(../Images/s10.png) center center no-repeat;
}
#NewsShow .data {
  padding-bottom: 30px;
}
#NewsShow .data .title {
  margin: 30px 0 10px 0;
  text-align: center;
  font-size: 20px;
}
#NewsShow .data .miaoshu {
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
#NewsShow .data .theContent {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #3F3F3D;
}
#NewsShow .data .theContent a:hover {
  border-bottom: solid 1px #ca0915;
}
#NewsShow .data .theContent img {
  max-width: 100%;
}
#NewsShow .data .thePageInfo {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #NewsShow .namerow .name {
    padding: 10px 0;
    font-size: 22px;
    background: none;
  }
  #NewsShow .namerow .nav {
    width: 100%;
  }
  #NewsShow .namerow .nav .item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #NewsShow .data .title {
    font-size: 16px;
  }
  #NewsShow .data .thePageInfo {
    font-size: 14px;
  }
}
#service_piclist {
  margin: 20px auto;
}
#service_piclist ul li {
  margin: 20px 0;
  width: 50%;
}
#service_piclist ul li .data {
  height: 160px;
  background-color: #f6f6f6;
  transition: all 0.3s;
  overflow: hidden;
}
#service_piclist ul li .data .img {
  height: 100%;
  padding: 0;
}
#service_piclist ul li .data .img a {
  height: 100%;
  display: block;
  background-size: cover;
}
#service_piclist ul li .data .img img {
  width: 100%;
  height: auto;
}
#service_piclist ul li .data .obj {
  padding: 30px;
}
#service_piclist ul li .data .obj .title {
  font-size: 18px;
}
#service_piclist ul li .data .obj .jianjie {
  font-size: 14px;
  line-height: 26px;
  color: #474747;
}
#service_piclist ul li .data .time {
  position: absolute;
  right: 50px;
  bottom: 20px;
  font-size: 14px;
  display: none;
}
@media (min-width: 1200px) {
  #service_piclist li:hover .data {
    background-color: #F9F3F3;
  }
  #service_piclist li:hover .data .obj .title a {
    color: #CC0000;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #service_piclist {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #service_piclist ul li {
    width: 100%;
  }
  #service_piclist ul li .data {
    height: 100px;
  }
  #service_piclist ul li .data .obj {
    padding: 10px;
  }
  #service_piclist ul li .data .obj .title {
    font-size: 16px;
  }
  #service_piclist ul li .data .obj .jianjie {
    font-size: 12px;
    line-height: 20px;
  }
  #service_piclist ul li .data .time {
    right: 35px;
    bottom: 6px;
    font-size: 12px;
    display: none;
  }
}
#download .shenqing {
  padding: 25px 0;
  padding-bottom: 0;
}
#download .shenqing .name {
  margin-top: 30px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  background: url(../Images/s35.png) bottom center no-repeat;
}
#download .shenqing .list {
  margin: 50px 0;
  margin-bottom: 0;
}
#download .shenqing .list .item {
  margin: 25px 0;
}
#download .shenqing .list .item span {
  transition: all 0.3s;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #e41313;
  background-image: url(../Images/n07.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#download .shenqing .list .item .title {
  line-height: 24px;
  padding: 10px 0;
  font-size: 16px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #download .shenqing .list .item:hover span {
    background-image: url(../Images/n08.png);
    color: #CC0000;
  }
}
#download .shenqing .tips {
  font-size: 14px;
  color: #ca0915;
  line-height: 2;
}
#download .zhushou {
  padding: 30px 0;
  position: relative;
  text-align: center;
}
#download .zhushou .name {
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  background: url(../Images/s35.png) bottom center no-repeat;
}
#download .zhushou .files {
  position: relative;
  margin: 50px 0;
  text-align: center;
  font-size: 16px;
}
#download .video {
  padding: 25px 0;
  background-image: url(../Images/s22.png);
  background-position: center center;
}
#download .video .name {
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  background: url(../Images/s35.png) bottom center no-repeat;
}
#download .video .group {
  margin-top: 30px;
}
#download .video .group .row .item {
  height: 360px;
  position: relative;
  background-size: 100% 360px;
}
#download .video .group .row .item .obj {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-image: url(../Images/s57.png);
}
#download .video .group .row .item .obj .title {
  width: 600px;
  position: absolute;
  left: 0;
  top: 20px;
  right: auto;
}
#download .video .group .row .item .obj .title .icon {
  transition: all 0.3s;
  margin-left: 45px;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-image: url(../Images/n09.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#download .video .group .row .item .obj .title .tit {
  transition: all 0.3s;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  padding: 10px 0;
}
#download .video .group .row .item .obj .title .tit a {
  color: #FFFFFF;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  #download .video .group .row .item .obj:hover .title .icon {
    background-image: url(../Images/n08.png);
    color: #e41313;
  }
  #download .video .group .row .item .obj:hover .title .tit {
    font-size: 20px;
  }
  #download .video .group .row .item .obj:hover .title .tit a {
    color: #e41313;
  }
}
#download .video .group .row .item:nth-last-child(2n) .obj .title {
  right: 0;
  left: auto;
}
#download .xieyi {
  padding: 25px 0;
}
#download .xieyi .name {
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  background: url(../Images/s35.png) bottom center no-repeat;
}
#download .xieyi .list {
  margin: 50px 0;
}
#download .xieyi .list .item {
  margin: 25px 0;
}
#download .xieyi .list .item span {
  transition: all 0.3s;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #e41313;
  background-image: url(../Images/n07.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#download .xieyi .list .item .title {
  line-height: 24px;
  padding: 10px 0;
  font-size: 18px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #download .xieyi .list .item:hover span {
    background-image: url(../Images/n08.png);
    color: #CC0000;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #download .video .name {
    font-size: 18px;
  }
  #download .video .group .row .item {
    height: 240px;
    background-size: auto 240px;
  }
  #download .video .group .row .item .obj .title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #download .shenqing .name {
    font-size: 18px;
  }
  #download .shenqing .list {
    margin: 30px 0;
  }
  #download .shenqing .list .item {
    margin: 15px 0;
    padding: 0 5px;
  }
  #download .shenqing .list .item span {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-size: auto 40px;
    padding: 0;
  }
  #download .shenqing .list .item .title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    padding: 0;
  }
  #download .zhushou {
    padding: 20px 0;
  }
  #download .zhushou .name {
    font-size: 18px;
  }
  #download .zhushou .files {
    margin: 30px 0;
  }
  #download .video {
    padding: 0;
  }
  #download .video .name {
    font-size: 18px;
  }
  #download .video .group .row .item {
    height: 200px;
    background-size: auto 200px;
  }
  #download .video .group .row .item .obj {
    height: 80px;
  }
  #download .video .group .row .item .obj .title {
    width: 100%;
  }
  #download .video .group .row .item .obj .title .icon {
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    margin-left: 0;
    width: 25%;
    float: left;
  }
  #download .video .group .row .item .obj .title .tit {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    width: 72%;
    float: left;
  }
  #download .xieyi {
    padding: 0;
  }
  #download .xieyi .name {
    font-size: 18px;
  }
  #download .xieyi .list {
    margin: 30px 0;
  }
  #download .xieyi .list .item {
    margin: 15px 0;
    padding: 0;
  }
  #download .xieyi .list .item span {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-size: auto 40px;
    padding: 0;
  }
  #download .xieyi .list .item .title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    padding: 0;
  }
}
#about .namerow {
  background-image: url(../Images/s29.png);
}
#about .namerow .name {
  line-height: 60px;
  padding: 20px 0;
  font-size: 23px;
  text-align: center;
  background: url(../Images/s10.png) center center no-repeat;
}
#about .companyData {
  padding: 20px 0;
}
#about .companyData .text {
  width: 66%;
}
#about .companyData .img {
  width: 33%;
}
#about .aone {
  height: 360px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../Images/s41.png);
}
#about .aone .item {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  padding-right: 0;
  position: relative;
  top: 260px;
  transition: all 0.3s;
}
#about .aone .item .obj {
  width: 585px;
  float: right;
}
#about .aone .item .obj .title {
  line-height: 54px;
  padding: 28px 20px 28px 80px;
  font-size: 18px;
  margin-top: 0;
  transition: all 0.3s;
  position: relative;
}
#about .aone .item .obj .title span {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 25px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  background-image: url(../Images/n09.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#about .aone .item .obj .title a {
  transition: all 0.3s;
  color: #FFFFFF;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#about .aone .item .obj .text {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 26px;
  padding-left: 80px;
  padding-right: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#about .aone .item:nth-child(2) .obj {
  float: left;
}
@media (min-width: 968px) {
  #about .aone .item:hover .obj .title span {
    background-image: url(../Images/n08.png);
    color: #e41313;
  }
  #about .aone .item:hover .obj .title a {
    color: #e41313;
  }
}
#about .atwo {
  padding: 20px 0;
}
#about .atwo .trow {
  margin: 20px 0;
  width: 50%;
  padding: 0;
}
#about .atwo .trow span {
  transition: all 0.3s;
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
  color: #e41313;
  text-align: center;
  font-weight: bold;
  background-image: url(../Images/n07.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-size: auto 100%;
}
#about .atwo .trow a {
  transition: all 0.3s;
  font-size: 18px;
  position: relative;
  top: 3px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 968px) {
  #about .atwo .trow:hover span {
    color: #e41313;
    background-image: url(../Images/n08.png);
  }
  #about .atwo .trow:hover a {
    color: #e41313;
  }
}
#about .news {
  height: 360px;
  background-image: url(../Images/s41.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 360px;
  margin: 0;
}
#about .news .right {
  background-image: url(../Images/s57.png);
  height: 100%;
  position: relative;
}
#about .news .right .text {
  transition: all 0.3s;
  padding-left: 100px;
  position: relative;
  top: 120px;
  background-image: url(../Images/n31.png);
  background-position: left 20px top 5px;
  background-repeat: no-repeat;
  background-size: auto 64px;
}
#about .news .right .text a {
  color: #FFFFFF;
  transition: all 0.3s;
}
#about .news .right .text .t1 {
  font-size: 24px;
  line-height: 2;
}
#about .news .right .text .t2 {
  font-size: 14px;
}
#about .news .right .text:hover {
  background-image: url(../Images/n30.png);
}
#about .news .right .text:hover a {
  color: #e41313;
}
#about .contact .namerow {
  background-color: #EBEBEB;
}
#about .contact .namerow .name {
  line-height: 60px;
  padding: 20px 0;
  font-size: 23px;
  text-align: center;
}
#about .contact .data {
  position: relative;
}
#about .contact .data #map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#about .contact .data .left {
  width: 50%;
  background-image: url(../Images/s570.png);
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
#about .contact .data .left .obj {
  color: #FFFFFF;
  width: 600px;
  float: right;
  margin: 20px 0;
  padding-left: 100px;
  background-position: left 20px top;
  background-repeat: no-repeat;
  background-size: auto 64px;
}
#about .contact .data .left .obj .title {
  font-size: 22px;
  line-height: 2;
}
#about .contact .data .left .obj .text {
  font-size: 14px;
}
#about .contact .data .left .obj:hover {
  transition: all 0.3s;
}
#about .contact .data .left .obj:hover .title {
  color: #e41313;
  transition: all 0.3s;
}
#about .contact .data .left .obj:hover p {
  color: #e41313;
  transition: all 0.3s;
}
#about .zhaopin .zhaopinrow .name {
  line-height: 60px;
  padding: 20px 0;
  font-size: 23px;
  text-align: center;
  background: url(../Images/s10.png) center center no-repeat;
}
#about .zhaopin .group {
  text-align: center;
  margin-bottom: 80px;
}
#about .zhaopin .group .title {
  font-size: 17px;
  line-height: 3;
}
@media (min-width: 1200px) {
  #about .zhaopin .group:hover .title a {
    color: #CC0000;
    text-decoration: none;
  }
}
#about .shengming {
  height: 360px;
  position: relative;
  background-image: url(../Images/s46.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 360px;
}
#about .shengming .right {
  background-image: url(../Images/s57.png);
  height: 100%;
  position: relative;
}
#about .shengming .right .text {
  transition: all 0.3s;
  padding-left: 100px;
  position: relative;
  top: 120px;
  background-image: url(../Images/n34.png);
  background-position: left 20px top 6px;
  background-repeat: no-repeat;
  background-size: auto 64px;
}
#about .shengming .right .text a {
  transition: all 0.3s;
  color: #FFFFFF;
}
#about .shengming .right .text .t1 {
  font-size: 24px;
  line-height: 3;
}
#about .shengming .right .text .t2 {
  font-size: 14px;
  width: 500px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#about .shengming .right .text:hover {
  background-image: url(../Images/n35.png);
}
#about .shengming .right .text:hover a {
  color: #e41313;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #about .aone .item {
    width: 50%;
  }
  #about .aone .item .obj {
    width: 100%;
  }
  #about .aone .item .obj .title a {
    float: left;
  }
  #about .contact .namerow .name {
    line-height: 40px;
    padding: 25px 0;
    font-size: 22px;
  }
  #about .contact .data #map {
    position: relative;
    height: 250px;
  }
  #about .contact .data .left {
    width: 100%;
    background-color: #F7F7F7;
  }
  #about .contact .data .left .obj {
    width: 96%;
    margin: 10px auto;
    padding-left: 60px;
    background-size: 40px auto;
    background-position: left top;
  }
  #about .contact .data .left .obj .title {
    font-size: 18px;
  }
  #about .contact .aone .item .obj {
    width: 400px;
  }
}
@media (max-width: 768px) {
  #about .namerow .name {
    line-height: 40px;
    padding: 25px 0;
    font-size: 22px;
  }
  #about .companyData .text {
    float: none;
    width: 100%;
  }
  #about .companyData .img {
    float: none;
    width: 100%;
  }
  #about .aone {
    height: 270px;
    background-size: auto 270px;
  }
  #about .aone .item {
    padding-left: 5px;
    top: 190px;
  }
  #about .aone .item .obj {
    width: 100%;
  }
  #about .aone .item .obj .title {
    padding: 10px;
    font-size: 16px;
    padding-left: 45px;
    line-height: 2;
  }
  #about .aone .item .obj .title span {
    width: 40px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-size: 40px auto;
    top: 15px;
  }
  #about .aone .item .obj .title a {
    height: 64px;
    line-height: 54px;
  }
  #about .aone .item .obj .text {
    padding-left: 50px;
    -webkit-line-clamp: 5;
  }
  #about .atwo .trow {
    margin: 10px 0;
    padding: 0 10px;
    width: 50%;
  }
  #about .atwo .trow span {
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-size: auto 40px;
  }
  #about .atwo .trow a {
    font-size: 16px;
  }
  #about .news {
    height: 180px;
    background-size: auto 180px;
  }
  #about .news .right .text {
    top: 40px;
    padding-left: 40px;
    background-size: 30px auto;
    background-position: left top 10px;
  }
  #about .news .right .text .t1 {
    font-size: 22px;
  }
  #about .contact .namerow .name {
    line-height: 40px;
    padding: 25px 0;
    font-size: 22px;
  }
  #about .contact .data #map {
    position: relative;
    height: 250px;
  }
  #about .contact .data .left {
    width: 100%;
    background-color: #F7F7F7;
  }
  #about .contact .data .left .obj {
    width: 96%;
    margin: 10px auto;
    padding-left: 60px;
    background-size: 40px auto;
    background-position: left top;
  }
  #about .contact .data .left .obj .title {
    font-size: 18px;
  }
  #about .zhaopin .zhaopinrow .name {
    line-height: 40px;
    padding: 25px 0;
    font-size: 22px;
  }
  #about .zhaopin .group {
    margin-bottom: 20px;
  }
  #about .shengming {
    height: 180px;
    background-size: auto 180px;
  }
  #about .shengming .right .text {
    top: 60px;
    padding-left: 40px;
    background-size: 30px auto;
    background-position: left top 10px;
  }
  #about .shengming .right .text .t1 {
    font-size: 22px;
    line-height: 50px;
  }
  #about .shengming .right .text .t2 {
    width: 96%;
  }
}
@media (max-width: 768px) and (min-width: 968px) {
  #about .aone .item:hover {
    top: 0;
  }
  #about .aone .item:hover .obj .title {
    margin-top: 30px;
  }
}
#OnePage .namerow {
  background-color: #EBEBEB;
}
#OnePage .namerow .name {
  line-height: 60px;
  padding: 20px 0;
  font-size: 23px;
  text-align: center;
  background: url(../Images/s10.png) center center no-repeat;
}
#OnePage .data {
  padding: 30px 0;
}
#OnePage .data .title {
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 20px;
}
#OnePage .data .miaoshu {
  text-align: center;
  margin-bottom: 10px;
}
#OnePage .data .theContent {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #3F3F3D;
}
#OnePage .data .thePageInfo {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #OnePage .namerow .name {
    line-height: 40px;
    padding: 20px 0;
    font-size: 22px;
  }
  #OnePage .data .title {
    font-size: 16px;
  }
  #OnePage .data .thePageInfo {
    font-size: 14px;
  }
}
#p_show {
  background-color: #EBEBEB;
}
#p_show .sortnamerow {
  background-image: url(../Images/s26.png);
}
#p_show .sortnamerow .name {
  line-height: 60px;
  font-size: 23px;
  padding: 20px 0;
  text-align: center;
  color: #FFFFFF;
}
#p_show .item {
  background-color: #FFFFFF;
  margin: 20px auto;
  position: relative;
}
#p_show .item .name {
  line-height: 60px;
  font-size: 23px;
  color: #d6121f;
  border-bottom: solid 1px #DDDDDD;
  padding: 20px;
}
#p_show .item .text {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  background-color: #F5F5F5;
  padding: 50px 50px;
}
#p_show .item .text img {
  max-width: 100%;
}
#p_show .item .text a:hover {
  border-bottom: solid 1px #ca0915;
}
@media (max-width: 768px) {
  #p_show .sortnamerow .name {
    line-height: 40px;
    font-size: 22px;
  }
  #p_show .item .name {
    line-height: 40px;
    font-size: 18px;
  }
  #p_show .item .text {
    padding: 10px;
  }
}
#recruit .namerow {
  background-image: url(../Images/s29.png);
}
#recruit .namerow .name {
  line-height: 60px;
  padding: 20px 0;
  font-size: 23px;
  text-align: center;
  background: url(../Images/s10.png) center center no-repeat;
}
#recruit .linian {
  font-size: 14px;
  line-height: 2;
  margin: 30px auto;
}
#recruit .namerow_bg2 {
  background-image: url(../Images/s26.png);
}
#recruit .namerow_bg2 .name {
  background-image: url(../Images/s27.png);
  color: #FFFFFF;
}
#recruit .list ul li {
  background-color: #D6D6D6;
  margin: 20px 0;
}
#recruit .list ul li .title {
  font-size: 16px;
  line-height: 44px;
  font-weight: bold;
  padding: 0 20px;
  transition: all 0.3s;
  position: relative;
}
#recruit .list ul li .title span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 14px;
}
#recruit .list ul li .text {
  background-color: #ffffff;
  padding: 20px;
  border: dashed 1px #EBEBEB;
  display: none;
  transition: all 0.5s;
}
#recruit .list ul li:hover .title {
  background-color: #CC0000;
  color: #FFFFFF;
}
#recruit .list ul .onfocus .title {
  background-color: #CC0000;
  color: #FFFFFF;
}
#recruit .list ul .onfocus .text {
  display: block;
}
#recruit .list ul .onfocus .text img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #recruit .namerow .name {
    line-height: 40px;
    font-size: 22px;
    padding: 20px 0;
  }
  #recruit .list ul li .title {
    font-size: 16px;
  }
  #recruit .list ul li .text {
    padding: 10px 15px;
  }
}
#certificate_show {
  margin: 30px auto;
}
#certificate_show .title {
  font-size: 20px;
  line-height: 3;
  color: #CC0000;
  text-align: center;
}
#certificate_show .text {
  font-size: 14px;
  line-height: 2;
  color: #666666;
}
#certificate_show .text img {
  max-width: 100%;
}
#certificate_show .text a:hover {
  border-bottom: solid 1px #ca0915;
}
#diploma_4 .one {
  background-image: url(../Images/s29.png);
  background-position: center center;
}
#diploma_4 .one .name {
  line-height: 60px;
  padding: 20px 0;
  text-align: center;
  font-size: 23px;
  color: #CC0000;
  background: url(../Images/s10.png) center center no-repeat;
}
#diploma_4 .onepageText {
  margin: 20px auto;
  font-size: 14px;
  line-height: 2;
}
#diploma_4 .onepageText img {
  max-width: 100%;
}
#diploma_4 .onepageText a:hover {
  border-bottom: solid 1px #ca0915;
}
#diploma_4 .shenqing {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
}
#diploma_4 .shenqing .name {
  line-height: 60px;
  text-align: center;
  font-size: 23px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_4 .shenqing .tip {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  margin: 30px auto;
}
#diploma_4 .shenqing .list ul li {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin: 10px 0;
}
#diploma_4 .shenqing .list ul li .img {
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#diploma_4 .shenqing .list ul li .title {
  padding: 10px 0;
}
#diploma_4 .shenqing .list ul li .file a {
  color: #f89b2d;
}
#diploma_4 .shenqing .list ul li:nth-child(3n+1) .img {
  background-image: url(../Images/s49.png);
}
#diploma_4 .shenqing .list ul li:nth-child(3n+2) .img {
  background-image: url(../Images/s50.png);
}
#diploma_4 .shenqing .list ul li:nth-child(3n) .img {
  background-image: url(../Images/s51.png);
}
#diploma_4 .address {
  margin: 50px auto;
}
#diploma_4 .address .item {
  text-align: center;
}
#diploma_4 .address .item .name {
  font-size: 16px;
  line-height: 2;
  color: #d6121f;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_4 .address .item .link {
  margin: 20px 0;
  background-color: #f89b2d;
  border-radius: 20px;
  font-size: 14px;
  line-height: 30px;
  width: 180px;
  display: inline-block;
}
#diploma_4 .address .item .link a {
  display: block;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  #diploma_4 .one {
    padding: 10px 0;
  }
  #diploma_4 .one .name {
    line-height: 2;
    font-size: 20px;
    padding: 0;
  }
  #diploma_4 .liucheng {
    padding: 10px 0;
    margin-bottom: 0;
  }
  #diploma_4 .liucheng .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_4 .shenqing {
    padding: 10px 0;
    padding-bottom: 20px;
  }
  #diploma_4 .shenqing .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_4 .shenqing .list ul li {
    font-size: 14px;
    line-height: 20px;
  }
  #diploma_4 .shenqing .list ul li .img {
    height: 60px;
  }
  #diploma_4 .shenqing .list ul li .img img {
    height: 60px;
  }
  #diploma_4 .address {
    margin: 20px auto;
  }
  #diploma_4 .address .item {
    padding: 0 5px;
  }
  #diploma_4 .address .item .name {
    font-size: 16px;
  }
  #diploma_4 .address .item .link {
    width: 100%;
    font-size: 12px;
  }
}
#diploma_5 .one {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
  background-position: center center;
}
#diploma_5 .one .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_5 .one .tip {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 40px;
  color: #666666;
}
#diploma_5 .liucheng {
  padding: 25px 0;
  margin-bottom: 20px;
}
#diploma_5 .liucheng .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_5 .liucheng .list ul {
  margin-top: 80px;
  background: url(../Images/s48.png) top 20px center no-repeat;
}
#diploma_5 .liucheng .list ul li {
  text-align: center;
}
#diploma_5 .liucheng .list ul li .index span {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  border: solid 1px #d6121f;
  color: #d6121f;
  background-color: #FFFFFF;
}
#diploma_5 .liucheng .list ul li .sanjiao {
  margin-bottom: -5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #d6121f;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_5 .liucheng .list ul li .title {
  font-size: 16px;
  line-height: 28px;
  padding: 25px 0;
  color: #FFFFFF;
  border-radius: 6px;
  background-color: #d6121f;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+1) .index span {
  color: #d6121f;
  border: solid 1px #d6121f;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+1) .sanjiao {
  border-bottom: 10px solid #d6121f;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+1) .title {
  background-color: #d6121f;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+2) .index span {
  color: #e94d57;
  border: solid 1px #e94d57;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+2) .sanjiao {
  border-bottom: 10px solid #e94d57;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+2) .title {
  background-color: #e94d57;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+3) .index span {
  color: #f1743c;
  border: solid 1px #f1743c;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+3) .sanjiao {
  border-bottom: 10px solid #f1743c;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+3) .title {
  background-color: #f1743c;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+4) .index span {
  color: #f89b2d;
  border: solid 1px #f89b2d;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+4) .sanjiao {
  border-bottom: 10px solid #f89b2d;
}
#diploma_5 .liucheng .list ul li:nth-child(4n+4) .title {
  background-color: #f89b2d;
}
#diploma_5 .liucheng .list2 {
  display: none;
  margin: 30px auto;
  width: 96%;
}
#diploma_5 .liucheng .list2 ul {
  background: url(../Images/s52.png) center center no-repeat;
}
#diploma_5 .liucheng .list2 ul li .obj {
  width: 50%;
  position: relative;
}
#diploma_5 .liucheng .list2 ul li .obj .index {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 1px #d6121f;
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: -15px;
  top: 10px;
}
#diploma_5 .liucheng .list2 ul li .obj .title {
  width: 85%;
  padding: 15px;
  background-color: #d6121f;
  color: #FFFFFF;
  margin: 5px 0;
  border-radius: 6px;
  position: relative;
}
#diploma_5 .liucheng .list2 ul li .obj .title .sanjiao {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: auto;
  right: -20px;
  top: 15px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #d6121f;
}
#diploma_5 .liucheng .list2 ul li:nth-child(2n) .obj {
  left: 50%;
}
#diploma_5 .liucheng .list2 ul li:nth-child(2n) .obj .index {
  left: -15px;
  right: auto;
}
#diploma_5 .liucheng .list2 ul li:nth-child(2n) .obj .title {
  left: 15%;
}
#diploma_5 .liucheng .list2 ul li:nth-child(2n) .obj .title .sanjiao {
  left: -20px;
  right: auto;
  border-right: 10px solid #d6121f;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n+1) .obj .index {
  border: solid 1px #d6121f;
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n+1) .obj .title {
  background-color: #d6121f;
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n+1) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #d6121f;
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n+2) .obj .index {
  border: solid 1px #e94d57;
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n+2) .obj .title {
  background-color: #e94d57;
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n+2) .obj .title .sanjiao {
  border-right: 10px solid #e94d57;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n+3) .obj .index {
  border: solid 1px #f1743c;
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n+3) .obj .title {
  background-color: #f1743c;
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n+3) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #f1743c;
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n) .obj .index {
  border: solid 1px #f89b2d;
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n) .obj .title {
  background-color: #f89b2d;
}
#diploma_5 .liucheng .list2 ul li:nth-child(4n) .obj .title .sanjiao {
  border-right: 10px solid #f89b2d;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_5 .fangshi {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
  background-position: center center;
}
#diploma_5 .fangshi .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_5 .fangshi .item {
  text-align: center;
  margin: 30px 0;
}
#diploma_5 .fangshi .item .title {
  font-size: 20px;
  line-height: 2;
  background: url(../Images/s53.png) bottom center no-repeat;
}
#diploma_5 .fangshi .item .tip {
  font-size: 14px;
  line-height: 20px;
  width: 350px;
  margin: 20px auto 0;
}
#diploma_5 .fangshi .item .tip span {
  color: #CC0000;
}
#diploma_5 .fangshi .item .link {
  margin: 20px 0;
  background-color: #f89b2d;
  border-radius: 20px;
  font-size: 14px;
  line-height: 30px;
  width: 180px;
  display: inline-block;
}
#diploma_5 .fangshi .item .link a {
  display: block;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  #diploma_5 .one {
    padding: 10px 0;
  }
  #diploma_5 .one .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_5 .liucheng {
    padding: 10px 0;
    margin-bottom: 0;
  }
  #diploma_5 .liucheng .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_5 .liucheng .list {
    display: none;
  }
  #diploma_5 .liucheng .list2 {
    display: block;
  }
  #diploma_5 .fangshi .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_5 .fangshi .item .title {
    font-size: 18px;
  }
  #diploma_5 .fangshi .item .tip {
    width: 100%;
    font-size: 12px;
  }
  #diploma_5 .fangshi .item .link {
    width: 100%;
    margin: 10px 0;
  }
}
#diploma_6 .one {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
  background-position: center center;
}
#diploma_6 .one .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_6 .one .tip {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 40px;
  color: #666666;
}
#diploma_6 .liucheng {
  padding: 25px 0;
  margin-bottom: 20px;
}
#diploma_6 .liucheng .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_6 .liucheng .list ul {
  margin-top: 80px;
  background: url(../Images/s48.png) top 20px center no-repeat;
}
#diploma_6 .liucheng .list ul li {
  text-align: center;
}
#diploma_6 .liucheng .list ul li .index span {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  border: solid 1px #d6121f;
  color: #d6121f;
  background-color: #FFFFFF;
}
#diploma_6 .liucheng .list ul li .sanjiao {
  margin-bottom: -5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #d6121f;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_6 .liucheng .list ul li .title {
  font-size: 16px;
  line-height: 28px;
  padding: 25px 0;
  color: #FFFFFF;
  border-radius: 6px;
  background-color: #d6121f;
}
#diploma_6 .liucheng .list ul li .jianjie {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  padding-top: 40px;
  background-image: url(../Images/s54.png);
  background-repeat: no-repeat;
  background-position: left 100px top;
}
#diploma_6 .liucheng .list ul li .jianjie .text {
  padding: 10px;
  border: dashed 1px #D2D2D2;
  border-radius: 4px;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+1) .index span {
  color: #d6121f;
  border: solid 1px #d6121f;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+1) .sanjiao {
  border-bottom: 10px solid #d6121f;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+1) .title {
  background-color: #d6121f;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+2) .index span {
  color: #e94d57;
  border: solid 1px #e94d57;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+2) .sanjiao {
  border-bottom: 10px solid #e94d57;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+2) .title {
  background-color: #e94d57;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+3) .index span {
  color: #f1743c;
  border: solid 1px #f1743c;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+3) .sanjiao {
  border-bottom: 10px solid #f1743c;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+3) .title {
  background-color: #f1743c;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+4) .index span {
  color: #f89b2d;
  border: solid 1px #f89b2d;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+4) .sanjiao {
  border-bottom: 10px solid #f89b2d;
}
#diploma_6 .liucheng .list ul li:nth-child(4n+4) .title {
  background-color: #f89b2d;
}
#diploma_6 .liucheng .list2 {
  display: none;
  margin: 30px auto;
  width: 96%;
}
#diploma_6 .liucheng .list2 ul {
  background: url(../Images/s52.png) center center repeat-y;
}
#diploma_6 .liucheng .list2 ul li {
  margin: 10px 0;
}
#diploma_6 .liucheng .list2 ul li .obj {
  width: 50%;
  position: relative;
}
#diploma_6 .liucheng .list2 ul li .obj .index {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 1px #d6121f;
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: -15px;
  top: 10px;
}
#diploma_6 .liucheng .list2 ul li .obj .title {
  width: 85%;
  padding: 15px;
  background-color: #d6121f;
  color: #FFFFFF;
  border-radius: 6px;
  position: relative;
}
#diploma_6 .liucheng .list2 ul li .obj .title .sanjiao {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: auto;
  right: -20px;
  top: 15px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #d6121f;
}
#diploma_6 .liucheng .list2 ul li .obj .jianjie {
  width: 85%;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  padding-top: 20px;
  background-image: url(../Images/s54.png);
  background-repeat: no-repeat;
  background-position: left 80px top;
  background-size: auto 20px;
}
#diploma_6 .liucheng .list2 ul li .obj .jianjie .text {
  padding: 10px;
  border: dashed 1px #D2D2D2;
  border-radius: 4px;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n+1) .obj .index {
  border: solid 1px #d6121f;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n+1) .obj .title {
  background-color: #d6121f;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n+1) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #d6121f;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n+2) .obj {
  left: 50%;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n+2) .obj .index {
  border: solid 1px #e94d57;
  left: -15px;
  right: auto;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n+2) .obj .title {
  background-color: #e94d57;
  left: 15%;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n+2) .obj .title .sanjiao {
  left: -20px;
  right: auto;
  border-right: 10px solid #e94d57;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n+2) .obj .jianjie {
  position: relative;
  left: 15%;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n+3) .obj .index {
  border: solid 1px #f1743c;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n+3) .obj .title {
  background-color: #f1743c;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n+3) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #f1743c;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n) .obj .index {
  border: solid 1px #f89b2d;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n) .obj .title {
  background-color: #f89b2d;
}
#diploma_6 .liucheng .list2 ul li:nth-child(4n) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #f89b2d;
}
#diploma_6 .shenqing {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
}
#diploma_6 .shenqing .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_6 .shenqing .tip {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  margin: 30px auto;
}
#diploma_6 .shenqing .list ul li {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
#diploma_6 .shenqing .list ul li .img {
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#diploma_6 .shenqing .list ul li .title {
  padding: 10px 0;
}
#diploma_6 .shenqing .list ul li .file a {
  color: #f89b2d;
}
#diploma_6 .shenqing .list ul li:nth-child(3n+1) .img {
  background-image: url(../Images/s49.png);
}
#diploma_6 .shenqing .list ul li:nth-child(3n+2) .img {
  background-image: url(../Images/s50.png);
}
#diploma_6 .shenqing .list ul li:nth-child(3n) .img {
  background-image: url(../Images/s51.png);
}
@media (max-width: 768px) {
  #diploma_6 .one {
    padding: 10px 0;
  }
  #diploma_6 .one .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_6 .liucheng {
    padding: 10px 0;
    margin-bottom: 0;
  }
  #diploma_6 .liucheng .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_6 .liucheng .list {
    display: none;
  }
  #diploma_6 .liucheng .list2 {
    display: block;
  }
  #diploma_6 .shenqing {
    padding: 10px 0;
    padding-bottom: 20px;
  }
  #diploma_6 .shenqing .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_6 .shenqing .list ul li {
    font-size: 14px;
    line-height: 20px;
  }
  #diploma_6 .shenqing .list ul li .img {
    height: 60px;
  }
}
#diploma_7 .one {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
  background-position: center center;
}
#diploma_7 .one .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_7 .one .tip {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 40px;
  color: #666666;
}
#diploma_7 .liucheng {
  padding: 25px 0;
  margin-bottom: 20px;
}
#diploma_7 .liucheng .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_7 .liucheng .list ul {
  margin-top: 80px;
  background: url(../Images/s48.png) top 20px center no-repeat;
}
#diploma_7 .liucheng .list ul li {
  text-align: center;
}
#diploma_7 .liucheng .list ul li .index span {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  border: solid 1px #d6121f;
  color: #d6121f;
  background-color: #FFFFFF;
}
#diploma_7 .liucheng .list ul li .sanjiao {
  margin-bottom: -5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #d6121f;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_7 .liucheng .list ul li .title {
  font-size: 16px;
  line-height: 28px;
  padding: 25px 0;
  color: #FFFFFF;
  border-radius: 6px;
  background-color: #d6121f;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+1) .index span {
  color: #d6121f;
  border: solid 1px #d6121f;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+1) .sanjiao {
  border-bottom: 10px solid #d6121f;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+1) .title {
  background-color: #d6121f;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+2) .index span {
  color: #e94d57;
  border: solid 1px #e94d57;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+2) .sanjiao {
  border-bottom: 10px solid #e94d57;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+2) .title {
  background-color: #e94d57;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+3) .index span {
  color: #f1743c;
  border: solid 1px #f1743c;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+3) .sanjiao {
  border-bottom: 10px solid #f1743c;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+3) .title {
  background-color: #f1743c;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+4) .index span {
  color: #f89b2d;
  border: solid 1px #f89b2d;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+4) .sanjiao {
  border-bottom: 10px solid #f89b2d;
}
#diploma_7 .liucheng .list ul li:nth-child(4n+4) .title {
  background-color: #f89b2d;
}
#diploma_7 .liucheng .list2 {
  display: none;
  margin: 30px auto;
  width: 96%;
}
#diploma_7 .liucheng .list2 ul {
  background: url(../Images/s52.png) center center no-repeat;
}
#diploma_7 .liucheng .list2 ul li .obj {
  width: 50%;
  position: relative;
}
#diploma_7 .liucheng .list2 ul li .obj .index {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 1px #d6121f;
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: -15px;
  top: 10px;
}
#diploma_7 .liucheng .list2 ul li .obj .title {
  width: 85%;
  padding: 15px;
  background-color: #d6121f;
  color: #FFFFFF;
  margin: 5px 0;
  border-radius: 6px;
  position: relative;
}
#diploma_7 .liucheng .list2 ul li .obj .title .sanjiao {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: auto;
  right: -20px;
  top: 15px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #d6121f;
}
#diploma_7 .liucheng .list2 ul li:nth-child(2n) .obj {
  left: 50%;
}
#diploma_7 .liucheng .list2 ul li:nth-child(2n) .obj .index {
  left: -15px;
  right: auto;
}
#diploma_7 .liucheng .list2 ul li:nth-child(2n) .obj .title {
  left: 15%;
}
#diploma_7 .liucheng .list2 ul li:nth-child(2n) .obj .title .sanjiao {
  left: -20px;
  right: auto;
  border-right: 10px solid #d6121f;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n+1) .obj .index {
  border: solid 1px #d6121f;
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n+1) .obj .title {
  background-color: #d6121f;
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n+1) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #d6121f;
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n+2) .obj .index {
  border: solid 1px #e94d57;
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n+2) .obj .title {
  background-color: #e94d57;
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n+2) .obj .title .sanjiao {
  border-right: 10px solid #e94d57;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n+3) .obj .index {
  border: solid 1px #f1743c;
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n+3) .obj .title {
  background-color: #f1743c;
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n+3) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #f1743c;
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n) .obj .index {
  border: solid 1px #f89b2d;
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n) .obj .title {
  background-color: #f89b2d;
}
#diploma_7 .liucheng .list2 ul li:nth-child(4n) .obj .title .sanjiao {
  border-right: 10px solid #f89b2d;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_7 .liucheng .tips {
  margin: 20px 0;
  font-size: 14px;
  line-height: 2;
  padding: 0 15px;
}
#diploma_7 .liucheng .tips span {
  color: #CC0000;
}
#diploma_7 .shenqing {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
}
#diploma_7 .shenqing .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_7 .shenqing .tip {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  margin: 30px auto;
}
#diploma_7 .shenqing .list ul li {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
#diploma_7 .shenqing .list ul li .img {
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#diploma_7 .shenqing .list ul li .title {
  padding: 10px 0;
}
#diploma_7 .shenqing .list ul li .file a {
  color: #f89b2d;
}
#diploma_7 .shenqing .list ul li:nth-child(3n+1) .img {
  background-image: url(../Images/s49.png);
}
#diploma_7 .shenqing .list ul li:nth-child(3n+2) .img {
  background-image: url(../Images/s50.png);
}
#diploma_7 .shenqing .list ul li:nth-child(3n) .img {
  background-image: url(../Images/s51.png);
}
@media (max-width: 768px) {
  #diploma_7 .one {
    padding: 10px 0;
  }
  #diploma_7 .one .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_7 .liucheng {
    padding: 10px 0;
    margin-bottom: 0;
  }
  #diploma_7 .liucheng .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_7 .liucheng .list {
    display: none;
  }
  #diploma_7 .liucheng .list2 {
    display: block;
  }
  #diploma_7 .shenqing {
    padding: 10px 0;
    padding-bottom: 20px;
  }
  #diploma_7 .shenqing .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_7 .shenqing .list ul li {
    font-size: 14px;
    line-height: 20px;
  }
  #diploma_7 .shenqing .list ul li .img {
    height: 60px;
  }
}
#diploma_8 .one {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
  background-position: center center;
}
#diploma_8 .one .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_8 .one .tip {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 40px;
  color: #666666;
}
#diploma_8 .liucheng {
  padding: 25px 0;
  margin-bottom: 20px;
}
#diploma_8 .liucheng .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_8 .liucheng .list ul {
  margin-top: 80px;
  background: url(../Images/s48.png) top 20px center no-repeat;
}
#diploma_8 .liucheng .list ul li {
  text-align: center;
}
#diploma_8 .liucheng .list ul li .index span {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  border: solid 1px #d6121f;
  color: #d6121f;
  background-color: #FFFFFF;
}
#diploma_8 .liucheng .list ul li .sanjiao {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #d6121f;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_8 .liucheng .list ul li .title {
  font-size: 16px;
  line-height: 28px;
  padding: 25px 0;
  color: #FFFFFF;
  border-radius: 6px;
  background-color: #d6121f;
}
#diploma_8 .liucheng .list ul li .jianjie {
  font-size: 14px;
  line-height: 2;
  text-align: left;
  padding-top: 40px;
  background-image: url(../Images/s54.png);
  background-repeat: no-repeat;
  background-position: left 100px top;
}
#diploma_8 .liucheng .list ul li .jianjie .text {
  padding: 10px;
  border: dashed 1px #D2D2D2;
  border-radius: 4px;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+1) .index span {
  color: #d6121f;
  border: solid 1px #d6121f;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+1) .sanjiao {
  border-bottom: 10px solid #d6121f;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+1) .title {
  background-color: #d6121f;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+2) .index span {
  color: #e94d57;
  border: solid 1px #e94d57;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+2) .sanjiao {
  border-bottom: 10px solid #e94d57;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+2) .title {
  background-color: #e94d57;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+3) .index span {
  color: #f1743c;
  border: solid 1px #f1743c;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+3) .sanjiao {
  border-bottom: 10px solid #f1743c;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+3) .title {
  background-color: #f1743c;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+4) .index span {
  color: #f89b2d;
  border: solid 1px #f89b2d;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+4) .sanjiao {
  border-bottom: 10px solid #f89b2d;
}
#diploma_8 .liucheng .list ul li:nth-child(4n+4) .title {
  background-color: #f89b2d;
}
#diploma_8 .liucheng .list2 {
  display: none;
  margin: 30px auto;
  width: 96%;
}
#diploma_8 .liucheng .list2 ul {
  background: url(../Images/s52.png) center center repeat-y;
}
#diploma_8 .liucheng .list2 ul li {
  margin: 10px 0;
}
#diploma_8 .liucheng .list2 ul li .obj {
  width: 50%;
  position: relative;
}
#diploma_8 .liucheng .list2 ul li .obj .index {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 1px #d6121f;
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: -15px;
  top: 10px;
}
#diploma_8 .liucheng .list2 ul li .obj .title {
  width: 85%;
  padding: 15px;
  background-color: #d6121f;
  color: #FFFFFF;
  border-radius: 6px;
  position: relative;
}
#diploma_8 .liucheng .list2 ul li .obj .title .sanjiao {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: auto;
  right: -20px;
  top: 15px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #d6121f;
}
#diploma_8 .liucheng .list2 ul li .obj .jianjie {
  width: 85%;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  padding-top: 20px;
  background-image: url(../Images/s54.png);
  background-repeat: no-repeat;
  background-position: left 100px top;
  background-size: auto 20px;
}
#diploma_8 .liucheng .list2 ul li .obj .jianjie .text {
  padding: 10px;
  border: dashed 1px #D2D2D2;
  border-radius: 4px;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n+1) .obj .index {
  border: solid 1px #d6121f;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n+1) .obj .title {
  background-color: #d6121f;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n+1) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #d6121f;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n+2) .obj {
  left: 50%;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n+2) .obj .index {
  border: solid 1px #e94d57;
  left: -15px;
  right: auto;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n+2) .obj .title {
  background-color: #e94d57;
  left: 15%;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n+2) .obj .title .sanjiao {
  left: -20px;
  right: auto;
  border-right: 10px solid #e94d57;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n+2) .obj .jianjie {
  position: relative;
  left: 15%;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n+3) .obj .index {
  border: solid 1px #f1743c;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n+3) .obj .title {
  background-color: #f1743c;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n+3) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #f1743c;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n) .obj .index {
  border: solid 1px #f89b2d;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n) .obj .title {
  background-color: #f89b2d;
}
#diploma_8 .liucheng .list2 ul li:nth-child(4n) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #f89b2d;
}
#diploma_8 .shenqing {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
}
#diploma_8 .shenqing .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_8 .shenqing .tip {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  margin: 30px auto;
}
#diploma_8 .shenqing .list ul li {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
#diploma_8 .shenqing .list ul li .img {
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#diploma_8 .shenqing .list ul li .title {
  padding: 10px 0;
}
#diploma_8 .shenqing .list ul li .file a {
  color: #f89b2d;
}
#diploma_8 .shenqing .list ul li:nth-child(3n+1) .img {
  background-image: url(../Images/s49.png);
}
#diploma_8 .shenqing .list ul li:nth-child(3n+2) .img {
  background-image: url(../Images/s50.png);
}
#diploma_8 .shenqing .list ul li:nth-child(3n) .img {
  background-image: url(../Images/s51.png);
}
@media (max-width: 768px) {
  #diploma_8 .one {
    padding: 10px 0;
  }
  #diploma_8 .one .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_8 .liucheng {
    padding: 10px 0;
    margin-bottom: 0;
  }
  #diploma_8 .liucheng .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_8 .liucheng .list {
    display: none;
  }
  #diploma_8 .liucheng .list2 {
    display: block;
  }
  #diploma_8 .shenqing {
    padding: 10px 0;
    padding-bottom: 20px;
  }
  #diploma_8 .shenqing .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_8 .shenqing .list ul li {
    font-size: 14px;
    line-height: 20px;
  }
  #diploma_8 .shenqing .list ul li .img {
    height: 60px;
  }
}
#diploma_10 .one {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
  background-position: center center;
}
#diploma_10 .one .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_10 .one .tip {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 40px;
  color: #666666;
}
#diploma_10 .liucheng {
  padding: 25px 0;
  margin-bottom: 20px;
}
#diploma_10 .liucheng .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_10 .liucheng .list ul {
  margin-top: 80px;
  background: url(../Images/s48.png) top 20px center no-repeat;
}
#diploma_10 .liucheng .list ul li {
  text-align: center;
}
#diploma_10 .liucheng .list ul li .index span {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  border: solid 1px #d6121f;
  color: #d6121f;
  background-color: #FFFFFF;
}
#diploma_10 .liucheng .list ul li .sanjiao {
  margin-bottom: -5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #d6121f;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_10 .liucheng .list ul li .title {
  font-size: 16px;
  line-height: 28px;
  padding: 25px 0;
  color: #FFFFFF;
  border-radius: 6px;
  background-color: #d6121f;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+1) .index span {
  color: #d6121f;
  border: solid 1px #d6121f;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+1) .sanjiao {
  border-bottom: 10px solid #d6121f;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+1) .title {
  background-color: #d6121f;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+2) .index span {
  color: #e94d57;
  border: solid 1px #e94d57;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+2) .sanjiao {
  border-bottom: 10px solid #e94d57;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+2) .title {
  background-color: #e94d57;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+3) .index span {
  color: #f1743c;
  border: solid 1px #f1743c;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+3) .sanjiao {
  border-bottom: 10px solid #f1743c;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+3) .title {
  background-color: #f1743c;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+4) .index span {
  color: #f89b2d;
  border: solid 1px #f89b2d;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+4) .sanjiao {
  border-bottom: 10px solid #f89b2d;
}
#diploma_10 .liucheng .list ul li:nth-child(4n+4) .title {
  background-color: #f89b2d;
}
#diploma_10 .liucheng .list2 {
  display: none;
  margin: 30px auto;
  width: 96%;
}
#diploma_10 .liucheng .list2 ul {
  background: url(../Images/s52.png) center center no-repeat;
}
#diploma_10 .liucheng .list2 ul li .obj {
  width: 50%;
  position: relative;
}
#diploma_10 .liucheng .list2 ul li .obj .index {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 1px #d6121f;
  border-radius: 50%;
  position: absolute;
  left: auto;
  right: -15px;
  top: 10px;
}
#diploma_10 .liucheng .list2 ul li .obj .title {
  width: 85%;
  padding: 15px;
  background-color: #d6121f;
  color: #FFFFFF;
  margin: 5px 0;
  border-radius: 6px;
  position: relative;
}
#diploma_10 .liucheng .list2 ul li .obj .title .sanjiao {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: auto;
  right: -20px;
  top: 15px;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #d6121f;
}
#diploma_10 .liucheng .list2 ul li:nth-child(2n) .obj {
  left: 50%;
}
#diploma_10 .liucheng .list2 ul li:nth-child(2n) .obj .index {
  left: -15px;
  right: auto;
}
#diploma_10 .liucheng .list2 ul li:nth-child(2n) .obj .title {
  left: 15%;
}
#diploma_10 .liucheng .list2 ul li:nth-child(2n) .obj .title .sanjiao {
  left: -20px;
  right: auto;
  border-right: 10px solid #d6121f;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n+1) .obj .index {
  border: solid 1px #d6121f;
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n+1) .obj .title {
  background-color: #d6121f;
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n+1) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #d6121f;
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n+2) .obj .index {
  border: solid 1px #e94d57;
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n+2) .obj .title {
  background-color: #e94d57;
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n+2) .obj .title .sanjiao {
  border-right: 10px solid #e94d57;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n+3) .obj .index {
  border: solid 1px #f1743c;
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n+3) .obj .title {
  background-color: #f1743c;
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n+3) .obj .title .sanjiao {
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #f1743c;
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n) .obj .index {
  border: solid 1px #f89b2d;
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n) .obj .title {
  background-color: #f89b2d;
}
#diploma_10 .liucheng .list2 ul li:nth-child(4n) .obj .title .sanjiao {
  border-right: 10px solid #f89b2d;
  border-left: 10px solid rgba(0, 0, 0, 0);
}
#diploma_10 .liucheng .tips {
  margin: 20px 0;
  font-size: 14px;
  line-height: 2;
  padding: 0 15px;
}
#diploma_10 .liucheng .tips span {
  color: #CC0000;
}
#diploma_10 .shenqing {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
}
#diploma_10 .shenqing .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_10 .shenqing .tip {
  font-size: 14px;
  line-height: 2;
  color: #666666;
  margin: 30px auto;
}
#diploma_10 .shenqing .list ul li {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
#diploma_10 .shenqing .list ul li .img {
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#diploma_10 .shenqing .list ul li .title {
  padding: 10px 0;
}
#diploma_10 .shenqing .list ul li .file a {
  color: #f89b2d;
}
#diploma_10 .shenqing .list ul li:nth-child(3n+1) .img {
  background-image: url(../Images/s49.png);
}
#diploma_10 .shenqing .list ul li:nth-child(3n+2) .img {
  background-image: url(../Images/s50.png);
}
#diploma_10 .shenqing .list ul li:nth-child(3n) .img {
  background-image: url(../Images/s51.png);
}
@media (max-width: 768px) {
  #diploma_10 .one {
    padding: 10px 0;
  }
  #diploma_10 .one .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_10 .liucheng {
    padding: 10px 0;
    margin-bottom: 0;
  }
  #diploma_10 .liucheng .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_10 .liucheng .list {
    display: none;
  }
  #diploma_10 .liucheng .list2 {
    display: block;
  }
  #diploma_10 .shenqing {
    padding: 10px 0;
    padding-bottom: 20px;
  }
  #diploma_10 .shenqing .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_10 .shenqing .list ul li {
    font-size: 14px;
    line-height: 20px;
  }
  #diploma_10 .shenqing .list ul li .img {
    height: 60px;
  }
}
#diploma_11 .one {
  padding: 25px 0;
  background-image: url(../Images/s29.png);
  background-position: center center;
}
#diploma_11 .one .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_11 .fangshi {
  padding: 25px 0;
}
#diploma_11 .fangshi .name {
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #CC0000;
  background: url(../Images/s47.png) bottom center no-repeat;
}
#diploma_11 .fangshi .item {
  text-align: center;
  margin: 30px 0;
}
#diploma_11 .fangshi .item .title {
  font-size: 20px;
  line-height: 2;
  background: url(../Images/s53.png) bottom center no-repeat;
}
#diploma_11 .fangshi .item .tip {
  font-size: 14px;
  line-height: 20px;
  margin: 20px auto 0;
  text-align: left;
}
#diploma_11 .fangshi .item .tip span {
  color: #CC0000;
}
#diploma_11 .fangshi .item .link {
  margin: 20px 0;
  background-color: #f89b2d;
  border-radius: 20px;
  font-size: 14px;
  line-height: 30px;
  width: 180px;
  display: inline-block;
}
#diploma_11 .fangshi .item .link a {
  display: block;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  #diploma_11 .one {
    padding: 10px 0;
  }
  #diploma_11 .one .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_11 .fangshi .container {
    padding: 0;
  }
  #diploma_11 .fangshi .container .name {
    line-height: 2;
    font-size: 20px;
  }
  #diploma_11 .fangshi .container .item {
    margin: 0;
    padding: 15px;
  }
  #diploma_11 .fangshi .container .item .title {
    font-size: 16px;
  }
  #diploma_11 .fangshi .container .item .tip {
    width: 100%;
    font-size: 12px;
  }
  #diploma_11 .fangshi .container .item .link {
    margin: 10px 0;
  }
  #diploma_11 .fangshi .container .item:nth-child(2n) {
    background-color: #F6F6F6;
  }
}
#piclist {
  margin: 30px auto;
}
#piclist ul li {
  margin: 10px 0;
  text-align: center;
}
#piclist ul li .img {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#piclist ul li .img span {
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../Images/start.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#piclist ul li .title {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #piclist {
    margin: 15px auto;
  }
  #piclist ul li {
    margin: 5px 0;
  }
  #piclist ul li .img {
    height: 120px;
  }
  #piclist ul li .title {
    line-height: 20px;
    height: 20px;
  }
}
#piclist2 {
  margin: 30px auto;
}
#piclist2 .heng li {
  margin: 10px 0;
  text-align: center;
}
#piclist2 .heng li .img {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#piclist2 .heng li .img span {
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../Images/start.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#piclist2 .heng li .title {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
#piclist2 .shu {
  clear: both;
}
#piclist2 .shu li {
  margin: 10px 0;
  text-align: center;
}
#piclist2 .shu li .img {
  height: 260px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#piclist2 .shu li .img span {
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../Images/start.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#piclist2 .shu li .title {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
#piclist2 ul:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  #piclist2 {
    margin: 15px auto;
  }
  #piclist2 .heng li {
    margin: 5px 0;
  }
  #piclist2 .heng li .img {
    height: 120px;
  }
  #piclist2 .heng li .title {
    line-height: 20px;
    height: 20px;
  }
  #piclist2 .shu li {
    margin: 5px 0;
  }
  #piclist2 .shu li .img {
    height: 190px;
  }
  #piclist2 .shu li .title {
    line-height: 20px;
    height: 20px;
  }
}
#imgDiv {
  width: 800px;
  padding: 20px;
}
@media (max-width: 768px) {
  .layui-layer-content {
    width: 96%;
    margin: 0 auto;
  }
  #imgDiv {
    width: 96%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=Style.css.map */